From the shortcuts pane, focus the GtkEntry and redirect unhandled keystrokes to it
authorFederico Mena Quintero <federico@novell.com>
Mon, 27 Jul 2009 23:04:51 +0000 (18:04 -0500)
committerFederico Mena Quintero <federico@novell.com>
Tue, 28 Jul 2009 00:12:41 +0000 (19:12 -0500)
commitb50548e35015910f62e36b96e74a54382b97cdb2
treefabea5332c1c60ec5c22f11668444b8da5f3a098
parent0f5f7539f33d64ced71537612146d71920abc9a3
From the shortcuts pane, focus the GtkEntry and redirect unhandled keystrokes to it

This lets us do this:

1. click on a folder in the shortcuts pane
2. start typing a filename

Then, the typed filename will actually go to the filename entry, like
the user expects.  (Or to the search entry, in case the user clicked
on the Search shortcut.)

Also, removed the obsolete callback that made "/" and "~" typed in the
shortcuts pane bring up the location entry.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilechooserdefault.c